06. Styling with ARIA, II
Styling with ARIA, II
Styling with ARIA Quiz
This exercise can be found in the folder lesson6-styling/02-style-aria-states within this course's GitHub Repository.
See if you can do a better job styling this button using ARIA states. One huge benefit to styling with ARIA is that it provides visual feedback that you've applied the state correctly, which can act as a safeguard when you're testing and debugging your code.
Again, feel free to use the workspace below to complete the exercise!
Workspace
This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity, so you may be able to download them there.
Workspace Information:
- Default file path:
- Workspace type: html-live
- Opened files (when workspace is loaded): n/a
Solution
In addition to the video below, be sure to check out the code in the solution folder as well!
Styling with ARIA Quiz Solution